# Jexter Configuration - Extract List Page Information ## Extract Page Information in the `list_step` In the `list_step` step of a Study, Jexter serves as a potent instrument for gleaning key data from list pages, such as names and links of products. Below, we detail examples showcasing Jexter's application across varied HTML structures encountered on numerous informational categorization sites. ### Example 1: Standard List Layout **HTML Structure:** ```html ``` **Jexter Configuration:** ```json { "total_rows": "//ul[@class='category-list']/li", "elements": { "dp2_id": "TASK_id", "drug_name": "./span[@class='category-name']/text()", "link": { "col": ".//a/@href", "callback": "absolute_url" } } } ``` **Explanation:** This configuration targets each `
  • ` element under `